Skip to content

Commit

Permalink
core: tools: zenoh: bootstrap: Fix toolchain for arm64
Browse files Browse the repository at this point in the history
Signed-off-by: Patrick José Pereira <[email protected]>
  • Loading branch information
patrickelectric committed Jan 24, 2025
1 parent ab79644 commit 2bd40b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/tools/zenoh/bootstrap.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ case "$ARCH" in
TOOLCHAIN="armv7-unknown-linux-gnueabihf"
;;
aarch64 | arm64)
TOOLCHAIN="aarch64-unknown-linux-musl"
TOOLCHAIN="aarch64-unknown-linux-gnu"
;;
*)
echo "Architecture: $ARCH is unsupported, please create a new issue on https://github.com/bluerobotics/BlueOS/issues"
Expand Down

0 comments on commit 2bd40b9

Please sign in to comment.