Skip to content

Commit

Permalink
Try to handle redirect
Browse files Browse the repository at this point in the history
  • Loading branch information
lalinsky committed Apr 11, 2024
1 parent dc3be1f commit 019e3f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build-macos.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ source common.sh

if [ ! -e $FFMPEG_TARBALL ]
then
curl -O $FFMPEG_TARBALL_URL
curl -LO $FFMPEG_TARBALL_URL
fi

: ${TARGET?}
Expand Down

0 comments on commit 019e3f7

Please sign in to comment.