The expected output for regression tests issue066.icry and issue093.icry includes witnesses for :sat and/or counterexample values. With z3-4.8.12, the values printed do not match the expected ones in the .stdout files.
We should modify the regression tests so that we never rely on arbitrary choices about counterexamples made by external solvers: Any :sat query should be designed to have only one possible satisfying assignment, so that the test will be deterministic.