Skip to content

Commit f6dfbf0

Browse files
authored
fix: Fix installer for macos on m1
1 parent 42130e7 commit f6dfbf0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

install.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ function get_binary_name {
1010
local family
1111
local libc
1212

13-
arch=$(uname -m)
13+
arch=$(uname -m | sed 's/arm64/aarch64/')
1414
os=$(uname -s | tr '[:upper:]' '[:lower:]')
1515

1616
if [ "$os" = "linux" ]; then

0 commit comments

Comments
 (0)