File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -26,9 +26,9 @@ mod downloading {
2626 use super :: GENMC_DOWNLOAD_PATH ;
2727
2828 /// The GenMC repository the we get our commit from.
29- pub ( crate ) const GENMC_GITHUB_URL : & str = "https://gitlab.inf.ethz.ch/public-plf /genmc.git" ;
29+ pub ( crate ) const GENMC_GITHUB_URL : & str = "https://github.com/MPI-SWS /genmc.git" ;
3030 /// The GenMC commit we depend on. It must be available on the specified GenMC repository.
31- pub ( crate ) const GENMC_COMMIT : & str = "ce775ccd7866db820fa12ffca66463087a11dd96 " ;
31+ pub ( crate ) const GENMC_COMMIT : & str = "d9527280bb99f1cef64326b1803ffd952e3880df " ;
3232
3333 /// Ensure that a local GenMC repo is present and set to the correct commit.
3434 /// Return the path of the GenMC repo and whether the checked out commit was changed.
Original file line number Diff line number Diff line change @@ -269,7 +269,7 @@ inline GenmcScalar uninit() {
269269inline GenmcScalar from_sval (SVal sval) {
270270 return GenmcScalar {
271271 .value = sval.get (),
272- .extra = sval.getExtra (),
272+ .extra = sval.getProvenance (),
273273 .is_init = true ,
274274 };
275275}
You can’t perform that action at this time.
0 commit comments