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 624ed8e commit 9e7591aCopy full SHA for 9e7591a
test/test_libav_regression.sh
@@ -99,7 +99,7 @@ parse_args()
99
init_suite()
100
{
101
if [ -f build-melt.sh ]; then rm build-melt.sh; fi
102
- wget --no-check-certificate https://raw.github.com/mltframework/mlt-scripts/master/build/build-melt.sh
+ wget --no-check-certificate https://raw.githubusercontent.com/mltframework/mlt-scripts/master/build/build-melt.sh
103
chmod 755 build-melt.sh
104
}
105
0 commit comments