Skip to content

Commit ecfcda5

Browse files
authored
Added missing double quotes for aarch64 comparison
1 parent 908d5af commit ecfcda5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup_miniconda.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ ARCH="$(arch)"
1717
MINICONDA_URL=https://repo.anaconda.com/miniconda/Miniconda3-py310_23.11.0-1-Linux-${ARCH}.sh
1818
if [[ ${ARCH} == "x86_64" ]]; then
1919
SHA256=6581658486be8e700d77e24eccafba586a0fbafafadcf73d35ab13eaee4b80b1
20-
elif [[ ${ARCH} == aarch64 ]]; then
20+
elif [[ ${ARCH} == "aarch64" ]]; then
2121
SHA256=30b3f26fee441c5d70bd50ec06ea1acaa0e373ad30771165eada3f6bdf27766a
2222
fi
2323

0 commit comments

Comments
 (0)