8000 Fix CI issue with ffmpeg download link · Powercoder64/ffmpeg-python@f641413 · GitHub
[go: up one dir, main page]

Skip to content

Commit f641413

Browse files
committed
Fix CI issue with ffmpeg download link
1 parent eef4da1 commit f641413

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ language: python
22
before_install:
33
- >
44
[ -f ffmpeg-release/ffmpeg ] || (
5-
curl -O https://johnvansickle.com/ffmpeg/releases/ffmpeg-release-64bit-static.tar.xz &&
5+
curl -O https://johnvansickle.com/ffmpeg/releases/ffmpeg-release-amd64-static.tar.xz &&
66
mkdir -p ffmpeg-release &&
7-
tar Jxf ffmpeg-release-64bit-static.tar.xz --strip-components=1 -C ffmpeg-release
7+
tar Jxf ffmpeg-release-amd64-static.tar.xz --strip-components=1 -C ffmpeg-release
88
)
99
matrix:
1010
include:

0 commit comments

Comments
 (0)
0