[11fb5c7](https://github.com/Z3Prover/z3/commit/11fb5c7dc49d879cdc2a3c3c4a732cd3c39749c5) ```` $ cat bug.smt2 (declare-fun a () String) (assert (str.<= (str.replace a (str.substr a (str.indexof (str.at a 0) a 1) (+ 1 1)) a) "")) (check-sat) $ cvc5 -q --check-models bug.smt2 sat $ z3 model_validate=true bug.smt2 unsat ````