From 019e3f785e840324810de39121a6e63113a979c9 Mon Sep 17 00:00:00 2001 From: Lukas Lalinsky Date: Thu, 11 Apr 2024 05:57:16 +0200 Subject: [PATCH] Try to handle redirect --- build-macos.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-macos.sh b/build-macos.sh index 739e6d4..ddd8366 100755 --- a/build-macos.sh +++ b/build-macos.sh @@ -9,7 +9,7 @@ source common.sh if [ ! -e $FFMPEG_TARBALL ] then - curl -O $FFMPEG_TARBALL_URL + curl -LO $FFMPEG_TARBALL_URL fi : ${TARGET?}