diff --git a/prior/9.6.1.Dockerfile b/prior/9.6.1.Dockerfile
index 973270f03cf2b765d31a6ad92011bea7bf7cf1ac..45f17ed4b26184b12c81c443841f9940ed3174ab 100644
--- a/prior/9.6.1.Dockerfile
+++ b/prior/9.6.1.Dockerfile
@@ -99,7 +99,7 @@ RUN apk upgrade --no-cache \
     zlib-static
 
 COPY --from=bootstrap /tmp/ghc-"$GHC_VERSION"/_build/bindist/ghc-"$GHC_VERSION"-*-alpine-linux.tar.xz /tmp/
-COPY --from=bootstrap /root/.cabal/bin/cabal /usr/bin/cabal
+COPY --from=bootstrap /root/.cabal/bin/cabal /usr/local/bin/cabal
 
 RUN cd /tmp \
   && tar -xJf ghc-"$GHC_VERSION"-*-alpine-linux.tar.xz \