Skip to content

Commit 79ed881

Browse files
committed
change yasm download link
1 parent 9798413 commit 79ed881

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

kinesis-video-native-build/install-script

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -533,7 +533,7 @@ echo "Checking for yasm"
533533
echo "yasm-1.3.0.tar.gz not found. Installing"
534534
if [ ! -f $DOWNLOADS/yasm-1.3.0.tar.gz ]; then
535535
cd $DOWNLOADS
536-
curl -L "https://www.tortall.net/projects/yasm/releases/yasm-1.3.0.tar.gz" -o "yasm-1.3.0.tar.gz"
536+
curl -L "http://www.tortall.net/projects/yasm/releases/yasm-1.3.0.tar.gz" -o "yasm-1.3.0.tar.gz"
537537
cd $DOWNLOADS
538538
fi
539539
cd $DOWNLOADS

0 commit comments

Comments
 (0)