Skip to content

Commit c512750

Browse files
committed
fixing for amd64
1 parent 415d36e commit c512750

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/install

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ fail() {
1010
get_arch() {
1111
local arch="$(uname -m)"
1212
if [ "$arch" = "x86_64" ]; then
13-
echo "x86_64"
13+
echo "amd64"
1414
elif [ "$arch" = "arm64" ]; then
1515
echo "arm64"
1616
elif [ "$arch" = "aarch64" ]; then

0 commit comments

Comments
 (0)