diff --git a/srcpkgs/pick/template b/srcpkgs/pick/template
index 030094c4817..38c669e9d41 100644
--- a/srcpkgs/pick/template
+++ b/srcpkgs/pick/template
@@ -12,6 +12,10 @@ homepage="https://github.com/calleerlandsson/pick/"
 distfiles="https://github.com/calleerlandsson/pick/archive/v${version}.tar.gz"
 checksum=ae842a99e64f3a22f4806e8dca6706a7c6487bdc1fb6506e6437b1c542704e7d
 
+case "$XBPS_TARGET_MACHINE" in
+	*-musl) broken="https://build.voidlinux.eu/builders/armv6l-musl_builder/builds/4769/steps/shell_3/logs/stdio" ;;
+esac
+
 pre_configure() {
 	./autogen.sh
 }