Skip to content

Commit

Permalink
fix(libs): Update download URLs arch names
Browse files Browse the repository at this point in the history
  • Loading branch information
dysfungi committed Oct 21, 2024
1 parent 4ff06e3 commit 3a19109
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/utils.bash
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ get_arch() {
arch=$(uname -m | tr '[:upper:]' '[:lower]')
case ${arch} in
arm64)
arch='arm64-bit'
arch='arm64'
;;
armv6l)
arch='armv6'
Expand All @@ -84,7 +84,7 @@ get_arch() {
arch='armv7'
;;
x86_64)
arch='64-bit'
arch='amd64'
;;
esac

Expand Down

0 comments on commit 3a19109

Please sign in to comment.