running `arch -x86_64 zsh` gives me following error `arch: posix_spawnp: zsh: Bad CPU type in executable`
Topic on Talk:Game Porting Toolkit
Same with me.
I found a workaround.
- Open Finder
- Go to Applications/Utilities
- Find Terminal.app
- Right-Click > Get Info > Check Open using Rosetta
Now your Terminal app will load with i386 arch
run 'arch -x86_64 /bin/zsh'