Skip to content

Commit 4896af0

Browse files
committed
rename the binary
1 parent 0c912db commit 4896af0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build-linux-arm.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22

33
echo "Linux Arm Build"
44
VER=$(cat mujocoRelease.txt)
5-
TYPE=linux-aarch64
6-
ARCHIVE=mujoco-$VER-$TYPE.tar.gz
5+
TYPE=linux-arm64
6+
ARCHIVE=mujoco-$VER-linux-aarch64.tar.gz
77
SCRIPT_DIR=$( cd -- "$( dirname -- "${BASH_SOURCE[0]}" )" &> /dev/null && pwd )
88
JAVADIR=$SCRIPT_DIR/src/main/java/
99

0 commit comments

Comments
 (0)