Skip to content

Commit

Permalink
fix installer for mac arm64 (#279)
Browse files Browse the repository at this point in the history
  • Loading branch information
jpnovais committed Jul 4, 2023
1 parent 20dfddd commit 8c9b76d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install.sh
Expand Up @@ -80,7 +80,7 @@ case "$(uname)" in
echo "Installing web3 for mac x86_64"
;;
arm*|aarch*)
$sh_c "$curl /tmp/web3_linux $url/$version/web3_mac_arm64"
$sh_c "$curl /tmp/web3_mac $url/$version/web3_mac_arm64"
echo "Installing web3 for mac arm64"
;;
*)
Expand Down

0 comments on commit 8c9b76d

Please sign in to comment.