Skip to content

Commit

Permalink
revert
Browse files Browse the repository at this point in the history
  • Loading branch information
tzachar committed Oct 29, 2020
1 parent 30f5f97 commit 3d69c2f
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 @@ -7,7 +7,7 @@ case $(uname -s) in
platform="apple-darwin"
;;
"Linux")
platform="unknown-linux-musl"
platform="unknown-linux-gnu"
;;
esac
triple="$(uname -m)-$platform"
Expand Down

0 comments on commit 3d69c2f

Please sign in to comment.