-
-
Notifications
You must be signed in to change notification settings - Fork 59
Intel macOS: Bad CPU type in executable #16
Copy link
Copy link
Closed
Labels
Description
Hello,
I’m on an Intel Mac (x86_64) and getting this error when running ferrite:
exec: Failed to execute process 'ferrite': Bad CPU type in executable
Looks like the provided binary is built for arm64 only.
file ferrite reports: Mach-O 64-bit executable arm64
Would be great to have:
- an x86_64 (Intel) build, or
- a universal binary
Thanks!
Reactions are currently unavailable