Skip to content

Commit

Permalink
musl
Browse files Browse the repository at this point in the history
  • Loading branch information
jcbhmr authored Dec 17, 2023
1 parent c7d0f78 commit 15be579
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 @@ -12,7 +12,7 @@ else
"Darwin x86_64") target="x86_64-apple-darwin";;
"Darwin arm64") target="aarch64-apple-darwin";;
"Linux aarch64") target="aarch64-unknown-linux-musl";;
*) target="x86_64-unknown-linux-gnu";;
*) target="x86_64-unknown-linux-musl";;
esac
fi

Expand Down

0 comments on commit 15be579

Please sign in to comment.