Skip to content

Commit 1e78f63

Browse files
committed
Treat Apple's arm64 as aarch64
With this, I get the error ``` rustup: command failed: downloader https://static.rust-lang.org/rustup/dist/aarch64-apple-darwin/rustup-init ``` I believe that's where the binaries will be when they are published.
1 parent df32486 commit 1e78f63

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rustup-init.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -260,7 +260,7 @@ get_architecture() {
260260
fi
261261
;;
262262

263-
aarch64)
263+
aarch64 | arm64)
264264
_cputype=aarch64
265265
;;
266266

0 commit comments

Comments
 (0)