Skip to content

Commit

Permalink
update install script
Browse files Browse the repository at this point in the history
  • Loading branch information
tsirysndr committed Jul 5, 2024
1 parent 880d161 commit 0bbb84d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ OS=$(uname -s)
if [ "$OS" = "Darwin" ]; then
# Determine the CPU architecture
ARCH=$(uname -m)
if [ "$ARCH" = "arm64" ]; then
if [ "$ARCH" = "aarch64" ]; then
ASSET_NAME="_aarch64-apple-darwin.tar.gz"
else
ASSET_NAME="_x86_64-apple-darwin.tar.gz"
Expand Down

0 comments on commit 0bbb84d

Please sign in to comment.