Skip to content

Commit

Permalink
adding arch as reported by M1 mac
Browse files Browse the repository at this point in the history
thanks @michaelefisher for that

refs #3
  • Loading branch information
lwiechec committed Jan 24, 2024
1 parent 9d85566 commit 18895ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/utils.bash
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ download_release() {

case "$(uname -m)" in
x86_64) arch=x86_64 ;;
aarch64) arch=arm64 ;;
aarch64|arm64) arch=arm64 ;;
esac

echo >&2 "* Downloading gum release $version..."
Expand Down

0 comments on commit 18895ec

Please sign in to comment.