Has anyone managed to install rustup on Apple SIlicon?

Tried to install through curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh, but just got rustup: unknown CPU type: arm64.

From what I understand, I should be able to compile with arm64 as a target, is it just rustup that won't work here or what gives? Any help appreciated…

It is not yet supported: https://github.com/rust-lang/rust/issues/73908

Thanks, I'll just sit back and wait then… :sunglasses:

This topic was automatically closed 90 days after the last reply. We invite you to open a new topic if you have further questions or comments.