This message was deleted.
# general
m
This message was deleted.
p
Hi @glamorous-engineer-53939 We have an arm release on GitHub. I think the meta script just doesn't support downloading it. You can manually get it here https://github.com/ory/cli/releases/tag/v0.2.2
r
Interesting!
The binary is built with CGo, and it’s apparently not compatible with musl.
Aha! The way to install the static version is this:
Copy code
curl <https://raw.githubusercontent.com/ory/meta/master/install.sh> | sh -s -- -s ory
g
Thank you!