From f641413ed88dd0068201b224eac7a291cbefd0c5 Mon Sep 17 00:00:00 2001 From: Karl Kroening Date: Thu, 18 Apr 2019 01:56:29 -0500 Subject: [PATCH] Fix CI issue with ffmpeg download link --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 67b1a89..c58274b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,9 +2,9 @@ language: python before_install: - > [ -f ffmpeg-release/ffmpeg ] || ( - curl -O https://johnvansickle.com/ffmpeg/releases/ffmpeg-release-64bit-static.tar.xz && + curl -O https://johnvansickle.com/ffmpeg/releases/ffmpeg-release-amd64-static.tar.xz && mkdir -p ffmpeg-release && - tar Jxf ffmpeg-release-64bit-static.tar.xz --strip-components=1 -C ffmpeg-release + tar Jxf ffmpeg-release-amd64-static.tar.xz --strip-components=1 -C ffmpeg-release ) matrix: include: