Skip to content

Commit

Permalink
fix: revert changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Yakiyo authored Sep 22, 2023
1 parent 7e9573c commit da24b4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ clap() {
filename() {
if [ "$OS" = "linux" ]; then
case "$(uname -m)" in
aarch64 | arm | armv7*)
arm | armv7*)
FILENAME="arm-unknown-linux-gnueabihf"
;;
*)
Expand Down

0 comments on commit da24b4a

Please sign in to comment.