#!/bin/sh
bits=$(dpkg-architecture -q DEB_HOST_ARCH_BITS)
if [ $bits != 64 ]
then
    exit 0
fi
adequate afl++ >&2
