Skip to content

Commit 8c273ac

Browse files
committed
fix illumos curl
1 parent 5b4c142 commit 8c273ac

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

install-crit

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ uname_arch_to_rust_arch() {
4040
aarch64 | arm64)
4141
echo 'aarch64'
4242
;;
43-
x86_64)
43+
amd64 | i86pc | x86_64)
4444
echo 'x86_64'
4545
;;
4646
*)

0 commit comments

Comments
 (0)