ci : continue file download with wget (#15471)

ggml-ci
This commit is contained in:
Georgi Gerganov 2025-08-21 13:42:55 +03:00 committed by GitHub
parent 2758fa10da
commit 30649cab65
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -106,7 +106,7 @@ function gg_wget {
cd $out cd $out
# should not re-download if file is the same # should not re-download if file is the same
wget -nv -N $url wget -nv -c -N $url
cd $cwd cd $cwd
} }