-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add support for aarch64
#12
Comments
This was referenced Feb 17, 2022
I'll look into it! Unfortunately, there are no official Z3 aarch64 binaries yet (Z3 Issue), so we might need to build them ourselves and/or implement a workaround… |
Done! From 4.8.15 on, we ship self-built binaries for |
This is great, thanks a lot! |
glockyco
added a commit
to glockyco/PASDA
that referenced
this issue
Nov 2, 2022
Support for M1+ macs was added to z3-turnkey with version 4.8.15: tudo-aqua/z3-turnkey#12
glockyco
added a commit
to glockyco/PASDA
that referenced
this issue
Nov 2, 2022
Support for M1+ macs was added to z3-turnkey with version 4.8.15: tudo-aqua/z3-turnkey#12
glockyco
added a commit
to glockyco/PASDA
that referenced
this issue
Nov 3, 2022
Support for M1+ macs was added to z3-turnkey with version 4.8.15: tudo-aqua/z3-turnkey#12
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
On my Apple M1,
Z3Loader.loadZ3
throws becauseaarch64
is not supported.Could you add support for this architecture?
As a workaround, is there a way to fall back onto unbundled / system Z3 binaries?
The text was updated successfully, but these errors were encountered: