diff --git a/main/libunwind/APKBUILD b/main/libunwind/APKBUILD
index a16cc588add2e90b35b8b233efae26393304e02c..13d4a4ff9fd384fe005e8d56e4b13ebd009403d7 100644
--- a/main/libunwind/APKBUILD
+++ b/main/libunwind/APKBUILD
@@ -5,7 +5,7 @@ pkgver=1.5.0
 pkgrel=1
 pkgdesc="Portable and efficient C programming interface (API) to determine the call-chain of a program"
 url="https://www.nongnu.org/libunwind/"
-arch="all"
+arch="all !riscv64"
 license="MIT"
 options="!check" # v1.4.0 12 tests failing - https://github.com/libunwind/libunwind/issues/164
 depends_dev="libucontext-dev"