Skip to content

Commit 3f3a708

Browse files
committed
Downloader [2.7.2 ~ 2.7.3]
1 parent 52342d6 commit 3f3a708

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scripts/dev/download_libs.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ LEGACY=0
88
SILENT_ARGS=""
99
NO_SSL=""
1010
BLEEDING_EDGE=0
11-
DL_VERSION=2.7.2
11+
DL_VERSION=2.7.3
1212
GCC_VERSION=0
1313
TAG=""
1414

@@ -212,7 +212,7 @@ if [ "$PLATFORM" == "linux" ]; then
212212
fi
213213
echo "GCC_VERSION: [$GCC_VERSION]"
214214
GCC_VERSION="gcc${GCC_VERSION}"
215-
if [ "$ARCH" == "x86_64" ] || [ "$ARCH" == "64" ] then
215+
if [ "$ARCH" == "x86_64" ] || [ "$ARCH" == "64" ]; then
216216
OPT="_${GCC_VERSION}"
217217
elif [ "$ARCH" == "arm64" ]; then
218218
OPT="_${GCC_VERSION}"

0 commit comments

Comments
 (0)