diff --git a/run/setup.sh b/run/setup.sh index 71d736b7..79ca8e0b 100755 --- a/run/setup.sh +++ b/run/setup.sh @@ -12,7 +12,7 @@ function download_model { if [ ! -f $model ]; then echo "** Downloading $url" - wget -O $model $url + curl -s -o $model $url fi }