#!/bin/bash


git clone https://github.com/ipc2023-classical/planner10.git opcount4sat_sat_build
cd opcount4sat_sat_build
git checkout latest

apptainer build ../ipc2023_opcount4sat_sat.sif Apptainer.opcount4sat_sat

cd ..
rm -rf opcount4sat_sat_build
