Skip to content

Commit f9f06cc

Browse files
authored
Update travis_config.sh
1 parent d93d7ae commit f9f06cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

travis_config.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ else
3939
CURRENT_ARCH=$(uname -m)
4040
if [[ $CURRENT_ARCH == 'aarch64' ]]; then
4141
# To avoid network issues with pypi.org on OpenCV CN machines
42-
export PIP_INDEX_URL=https://pypi.tuna.tsinghua.edu.cn/simple
42+
export PIP_INDEX_URL=https://pypi.org/simple
4343
echo "Running for linux aarch64"
4444
fi
4545
fi

0 commit comments

Comments
 (0)