Skip to content

Commit 9e7591a

Browse files
committed
Fix raw github URL
1 parent 624ed8e commit 9e7591a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/test_libav_regression.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ parse_args()
9999
init_suite()
100100
{
101101
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
102+
wget --no-check-certificate https://raw.githubusercontent.com/mltframework/mlt-scripts/master/build/build-melt.sh
103103
chmod 755 build-melt.sh
104104
}
105105

0 commit comments

Comments
 (0)