We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5b4c142 commit 8c273acCopy full SHA for 8c273ac
1 file changed
install-crit
@@ -40,7 +40,7 @@ uname_arch_to_rust_arch() {
40
aarch64 | arm64)
41
echo 'aarch64'
42
;;
43
- x86_64)
+ amd64 | i86pc | x86_64)
44
echo 'x86_64'
45
46
*)
0 commit comments