Skip to content

Commit c27872f

Browse files
authored
Update build-ffmpeg
1 parent 322ef8f commit c27872f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build-ffmpeg

+1-1
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ download() {
6969

7070
if [ ! -f "$DOWNLOAD_PATH/$DOWNLOAD_FILE" ]; then
7171
echo "Downloading $1 as $DOWNLOAD_FILE"
72-
^"$DOWNLOAD_PATH/$DOWNLOAD_FILE" "$1"
72+
curl -L --silent -o "$DOWNLOAD_PATH/$DOWNLOAD_FILE" "$1"
7373

7474
EXITCODE=$?
7575
if [ $EXITCODE -ne 0 ]; then

0 commit comments

Comments
 (0)