We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9798413 commit 79ed881Copy full SHA for 79ed881
kinesis-video-native-build/install-script
@@ -533,7 +533,7 @@ echo "Checking for yasm"
533
echo "yasm-1.3.0.tar.gz not found. Installing"
534
if [ ! -f $DOWNLOADS/yasm-1.3.0.tar.gz ]; then
535
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"
+ curl -L "http://www.tortall.net/projects/yasm/releases/yasm-1.3.0.tar.gz" -o "yasm-1.3.0.tar.gz"
537
538
fi
539
0 commit comments