From 7fcc54c40a760074db38b9ccf9343006db600fcc Mon Sep 17 00:00:00 2001 From: Siddesh-Sangodkar1 Date: Fri, 4 Sep 2026 15:35:57 +0530 Subject: [PATCH] fix patch link --- r/rdf4j/rdf4j_ubi_9.3.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/r/rdf4j/rdf4j_ubi_9.3.sh b/r/rdf4j/rdf4j_ubi_9.3.sh index 65defa6d47..f6992908cc 100644 --- a/r/rdf4j/rdf4j_ubi_9.3.sh +++ b/r/rdf4j/rdf4j_ubi_9.3.sh @@ -59,7 +59,7 @@ git clone $PACKAGE_URL cd $PACKAGE_NAME git checkout $PACKAGE_VERSION # Apply patches -wget https://raw.githubusercontent.com/sid226/build-scripts/refs/heads/sid226_rd/r/rdf4j/patch/patch_5.x.diff +wget https://raw.githubusercontent.com/ppc64le/build-scripts/refs/heads/master/r/rdf4j/patch/patch_5.x.diff git apply patch_5.x.diff