diff --git a/action.yml b/action.yml index 963f20f..b77f5b7 100644 --- a/action.yml +++ b/action.yml @@ -9,7 +9,7 @@ runs: using: "composite" steps: - run: | - curl -OL https://github.com/casadi/mockups/releases/download/v45/mockups_${{ inputs.tag }}.zip + curl -OL https://github.com/casadi/mockups/releases/download/v46/mockups_${{ inputs.tag }}.zip unzip mockups_${{ inputs.tag }}.zip -d mockups ls mockups ls mockups/cmake diff --git a/cplex/src/cplex.c b/cplex/src/cplex.c index b1856aa..4f9aa40 100644 --- a/cplex/src/cplex.c +++ b/cplex/src/cplex.c @@ -57,7 +57,7 @@ int (*CPXXwriteprob)(CPXCENVptr, CPXCLPptr, char const *, char const *) = NULL; void cplex_adaptor_unload() { if (h) { #if defined(_WIN32) - FreeLibray(h); + FreeLibrary(h); #elif defined(__APPLE__) dlclose(h); #endif @@ -391,4 +391,4 @@ int (*CPXXwriteprob)(CPXCENVptr, CPXCLPptr, char const *, char const *) = NULL; return 1; } } - + \ No newline at end of file