diff --git a/README.md b/README.md
index d4f2bffb30ccce88bfdcaf7b757a47b898531e5a..2a9a73da58158654511363f5f1a58322e69d5321 100644
--- a/README.md
+++ b/README.md
@@ -1,5 +1,5 @@
 # UbiCast ffmpeg build
 
-Build the `ffmpeg-ubicast` package using the `ffmpeg-n[...]-latest-linux64-gpl-[...].tar.xz ` artifact from:
+Build the `ffmpeg-ubicast` package using an artifact from FFmpeg-Builds:
 
-https://github.com/BtbN/FFmpeg-Builds/releases/tag/latest
+https://github.com/BtbN/FFmpeg-Builds/releases
diff --git a/debian/rules b/debian/rules
index 424a61594dc5a14793f070e2aac0f52d06c573fa..c4688b22faf998952968d26729ae104ada7ae5c2 100755
--- a/debian/rules
+++ b/debian/rules
@@ -5,7 +5,7 @@
 
 override_dh_auto_build:
 	echo 'Custom build'
-	curl -sL 'https://github.com/BtbN/FFmpeg-Builds/releases/download/latest/ffmpeg-n6.0-latest-linux64-gpl-6.0.tar.xz' -o archive.tar.xz
+	curl -sL 'https://github.com/BtbN/FFmpeg-Builds/releases/download/autobuild-2023-10-01-12-50/ffmpeg-n6.0-35-g067ed535f4-linux64-gpl-6.0.tar.xz' -o archive.tar.xz
 	mkdir -pv archive
 	tar -xvf archive.tar.xz -C archive
 	mkdir -pv bin