We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0e5a728 commit deda6b7Copy full SHA for deda6b7
packages/goblint-cil/goblint-cil.2.0.0/opam
@@ -62,7 +62,7 @@ depexts: [
62
["perl-FindBin"] {os-distribution = "fedora"}
63
["build-base"] {os-distribution = "alpine"}
64
]
65
-available: arch != "ppc32" & arch != "ppc64"
+available: arch != "x86_32" & arch != "arm32" & arch != "ppc32" & arch != "ppc64" & arch != "s390x"
66
url {
67
src:
68
"https://github.com/goblint/cil/releases/download/2.0.0/goblint-cil-2.0.0.tbz"
0 commit comments