bad CPU type in executable: wine @ macOS Catalina
Try
file `which wine`
If it says something in the lines of Mach-O executable i386
: Apple dropped support for 32bit executables with Catalina 10.15.
You might want to try wine64
instead of wine
.