Skip to content

Commit

Permalink
Fix for unexpected darwin architecture fallback
Browse files Browse the repository at this point in the history
  • Loading branch information
kachick committed Aug 18, 2024
1 parent be5528c commit 30cd67e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions bin/install
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,6 @@ install() {
local -r version_parts=(${version//./ })
if [ "${version_parts[0]}" -eq 0 ] && [ "${version_parts[1]}" -lt 10 ]; then
test "$platform" == "darwin" && arch="x86_64"
else
test "$platform" == "darwin" && arch="aarch64"
fi

local -r download_url="$(_get_download_url "${version}" "${platform}" "${arch}")"
Expand Down

0 comments on commit 30cd67e

Please sign in to comment.