diff --git a/.forgejo/workflows/build-release.yaml b/.forgejo/workflows/build-release.yaml index f8dfa02..d9e6e2a 100644 --- a/.forgejo/workflows/build-release.yaml +++ b/.forgejo/workflows/build-release.yaml @@ -50,7 +50,7 @@ jobs: cd repos/cyto git fetch rm configure - wget https://git.kappach.at/configure + wget https://kappach.at/configure chmod +x configure ./configure --cc=musl-gcc --prefix=${PREFIX} --with-lmdb --with-mbed make -j$(nproc)